chore: upgrade to Yarn 4 - #932
Merged
Merged
Conversation
Bumps Node to 24.6.0 and Yarn to 4.10.3, commits the pinned Yarn release binary and .yarnrc.yml, and updates CircleCI to match: newer Node image and a corepack enable step so the classic Yarn 1 shipped in the CI image doesn't try to read the new lockfile format. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Assisted-by: Claude:Sonnet-5 [claude-code]
MrSltun
approved these changes
Aug 7, 2026
MrSltun
left a comment
Member
There was a problem hiding this comment.
Looks good! but let's test thouroghly on staging before we delpoy to prod
Member
Author
|
Yes, I am keeping an eye on it |
Member
Author
|
I think anyway, we need to merge to get the jobs to run on staging |
Member
Author
|
OKay working fine now - corepack enable actually broke initially. the solution was to replace it with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.yarnrc.ymland the pinned Yarn release binary (.yarn/releases/yarn-4.10.3.cjs) so CI has a Yarn 4 binary to runcimg/node:24.6.0and addcorepack enablebeforeyarn installin the deploy job, since the image's global Yarn Classic won't read the new v8 lockfile format otherwiseTest plan
deploy-jsonandrun-eigen-testsjobs run green on this branchyarn installworks locally on a fresh clone with Node 24.6.0Assisted-by: Claude:Sonnet-5
🤖 Generated with Claude Code